home *** CD-ROM | disk | FTP | other *** search
/ Savor the Moment - Entert…ing Without Reservations / Savoe the Moment - Entertaining Without Reservations.iso / pc / go.exe / go.dxr / 00002.ls < prev    next >
Encoding:
Text File  |  1999-10-07  |  251 b   |  10 lines

  1. on startMovie
  2.   importFileInto(member("savor"), "savor.txt")
  3.   s = member("savor").text
  4.   s = line 1 of s
  5.   the searchPath = [s]
  6.   append(the searchPath, s & "Xtras")
  7.   append(the searchPath, s & "graphics")
  8.   append(the searchPath, the pathName)
  9. end
  10.